home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c-part1 / 2921 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  1.5 KB

  1. Path: news.campus.mci.net!usenet
  2. From: wilsojt@occ-uky.campus.mci.net (jack wilson)
  3. Newsgroups: comp.lang.c
  4. Subject: Re: Hot to choose the seed for RNG ?
  5. Date: 25 Jan 1996 00:16:18 GMT
  6. Organization: MCI State Government and University Systems
  7. Message-ID: <4e6i4i$8on@ns.campus.mci.net>
  8. References: <4e51h8$l90@centre.univ-orleans.fr>
  9. NNTP-Posting-Host: s03-pm02.occ-uky.campus.mci.net
  10. Mime-Version: 1.0
  11. Content-Type: Text/Plain; charset=ISO-8859-1
  12. X-Newsreader: WinVN 0.99.5
  13.  
  14.     In article <4e51h8$l90@centre.univ-orleans.fr>, 
  15. emmguyot@desiree.univ-orleans.fr says...
  16. >
  17. >How to choose the seed to initialize RNG ?
  18. >Should the seed have special properties (prime number, ...) ? 
  19. >
  20. >E.G.
  21. >
  22. >--
  23. >
  24. >----------------------------------------------------------------------
  25. --------
  26. >---------------------------->>>> Emmanuel Guyot 
  27. <<<<--------------------------
  28. >LPCE-CNRS                              | 
  29. >3A avenue de la Recherche Scientifique | Phone     : 33 38 51 78 25
  30. >45071 Orleans Cedex 2                  | Fax       : 33 38 63 12 34
  31. >France                                 | EMail     : 
  32. emmguyot@cnrs-orleans.fr
  33. >----------------------------------------------------------------------
  34. --------
  35. >Home Page : http://desiree.cnrs-orleans.fr/cgi-bin/cpt_html?index
  36. >----------------------------------------------------------------------
  37. --------
  38.  
  39.  
  40. No...no special seed..just need a random number generator that is as 
  41. close to being truly random..using it for audit program to pull 2000 
  42. items to audit and it must be as random as possible not pseudo-random
  43.  
  44.